home *** CD-ROM | disk | FTP | other *** search
- @echo off
- REM %%VER NetWare 386 Drivers Installation Utility Program v2.0d
-
- REM ******************************************************************
-
- REM Updates EtherLink II network adapter drivers in a NW 386 system
- REM Format: From the \NETWARE subdirectory
- REM > 386\update [target_drive:]
-
- REM ******************************************************************
- ..\install\echoxy 21 13
- ..\install\echoxy 17 10 Updating the NetWare 386 server driver on %1
-
- if not exist %1\3C503.lan goto errmsg
-
- copy %1\3C503.lan %1\*.old > nul
- copy 386\3C503.lan %1 > nul
- ..\install\echoxy 19 10 Updated new EtherLink II .LAN in directory %1
- ..\install\echoxy 22 13 Strike any key to continue.
- ..\install\reply
- if errorlevel 28 goto ok
- if errorlevel 27 goto end
-
- :ok
- ..\install\echoxy 11 13
- ..\install\echoxy 12 13
- ..\install\echoxy 13 13 The NetWare 386 EtherLink II adapter server driver has
- ..\install\echoxy 14 13 been updated. The older driver has been copied to a
- ..\install\echoxy 15 13 file with the extension ".old." For the SYSTEM volume
- ..\install\echoxy 16 13 case, unload the old driver and reload the new driver
- ..\install\echoxy 17 10 for it to take effect. For a DOS partition case, load
- ..\install\echoxy 18 13 the new driver.
- ..\install\echoxy 19 10
- ..\install\echoxy 22 13 Strike any key to return to the NetWare Menu.
- ..\install\reply
- :end
- netware
-
- :errmsg
- ..\install\echoxy 18 13 *** Error: No Files Were Updated! ***
- ..\install\echoxy 19 13 Make sure that you have entered the correct path
- ..\install\echoxy 20 13 and that you have access rights to the files.
- ..\install\echoxy 21 13
- ..\install\echoxy 22 13 Strike any key to return to the NetWare Menu.
- ..\install\reply
- netware
-